html {
    color: red;
}

.content-overlay {
    margin: 0;
    overflow: hidden;
    background-color: black;
    height: 100vh;
}

.container-main {
    width: 1980px;
    height: 1080px;
    position: absolute;
}

.transparencia {
    background-color: rgba(0, 0, 0, 0);
}

.twitch-users {
    color: white;
    /* background-color: purple;*/
    background-color: rgba(0, 0, 0, 0);
    height: 1080px;
    padding: 25px !important;
}

.border-window {
    border: 0.5px solid orangered;
}

.text-viewer-name {
    color: white !important;
    background-color: black;
    padding: 10px;
}

.text-count-viewer {
    font-size: 55px;
}

.count-viewer-name {
    font-size: 25px;
}

.text-viewer-name.text-vertical {
    font-size: 15px;
}

.text-viewer-name.text-horizontal {
    font-size: 20px;
}

div.sub {
    color: goldenrod !important;
}

img.sub {
    border: 4px solid goldenrod;
}